home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 1 / Cream of the Crop 1.iso / BUSINESS / CTS30_1.ARJ / COPYON.DOC < prev    next >
Text File  |  1989-09-30  |  2KB  |  33 lines

  1. COPYON will copy a list of files to multiple diskettes.
  2. This is extremely useful for back-ups.  You can list the files to be backed
  3. up in a separate file and COPYON will automatically prompt you on when to
  4. insert a new disk.
  5.  
  6. USAGE #1:    COPYON <same dos parameters as the COPY command> OR
  7. USAGE #2     COPYON @<filename> destination path
  8.  
  9. USAGE #1:
  10.  
  11. COPYON can be a direct replacement for the copy command in dos with the added
  12. benefit that it will not quit when a floppy fills up.  Instead it will,
  13. stop, erase the partial file, prompt you for a new floppy and continue on
  14. its way.
  15.  
  16. For example:  "COPYON c:\*.wks a:" would copy all .wks files in the root
  17. directory of c: to a:.  If the floppy in drive a: filled up during the copy,
  18. the partially copied file would be erased from the destination floppy and
  19. you would be prompted for a new floppy.
  20.  
  21. USAGE #2:
  22.  
  23. This usage of the COPYON commmand allows you to specify a series of filenames
  24. to be copied to the same location.  Simply create an ascii file (let's use a
  25. file named COPYON.FLS for the sake of this example) with each file to be
  26. copied listed, one per line (wildcards are allowed).  Then to copy all of
  27. those files to a new location simply type "COPYON COPYON.FLS A:" and one by one
  28. all the files listed in the COPYON.FLS will be copied to a:.  Again, if the
  29. floppy fills up you will be prompted to insert a new one.
  30.  
  31. The can be extremely useful for backing up to floppy a standard set of files
  32. that doesn't easily conform to a simple dos wildcard.
  33.